From 4d387bc823396592cd87e5f42a75552fdc93f2ba Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 26 Jun 2009 06:14:32 +0000 Subject: [PATCH] (get_adstyle_property): Call font_intern_prop with 1 as the arg FORCE_SYMBOL. --- src/ftfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftfont.c b/src/ftfont.c index 25545d1a08f..35cce12ea96 100644 --- a/src/ftfont.c +++ b/src/ftfont.c @@ -177,7 +177,7 @@ get_adstyle_property (FcPattern *p) || xstrcasecmp (str, "Oblique") == 0 || xstrcasecmp (str, "Italic") == 0) return Qnil; - adstyle = font_intern_prop (str, end - str, 0); + adstyle = font_intern_prop (str, end - str, 1); if (font_style_to_value (FONT_WIDTH_INDEX, adstyle, 0) >= 0) return Qnil; return adstyle; -- 2.30.2